home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 4.iso
/
src
/
exampleCode
/
inventor
/
DirectManipRevoSurf
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1994-08-02
|
285 b
|
20 lines
#!smake
include /usr/include/make/commondefs
C++FILES = RevoSurfEngine.c++
#OPTIMIZER=-g
# Libraries to link with:
LLDLIBS = -lInventorXt -lm
#LC++DEFS = -DDEBUG
default: RevoSurfEngine.so
include $(COMMONRULES)
RevoSurfEngine.so: ${OBJECTS}
ld -elf -shared ${OBJECTS} -o $@